const runtime.msanenabled
36 uses
runtime (current package)
arena.go#L348: if raceenabled || msanenabled || asanenabled {
arena.go#L785: if msanenabled {
arena.go#L949: if msanenabled {
cgo_sigaction.go#L30: if msanenabled && new != nil {
cgo_sigaction.go#L86: if msanenabled && old != nil {
iface.go#L338: if msanenabled {
iface.go#L353: if msanenabled {
malloc.go#L355: randomizeHeapBase = goexperiment.RandomizedHeapBase64 && goarch.PtrSize == 8 && !isSbrkPlatform && !raceenabled && !msanenabled && !asanenabled
malloc.go#L1039: const sizeSpecializedMallocEnabled = goexperiment.SizeSpecializedMalloc && GOOS != "plan9" && !asanenabled && !raceenabled && !msanenabled && !valgrindenabled
malloc.go#L1047: const runtimeFreegcEnabled = goexperiment.RuntimeFreegc && !asanenabled && !msanenabled && !valgrindenabled
malloc.go#L1171: if msanenabled {
map.go#L142: if msanenabled && m != nil {
mbarrier.go#L218: if msanenabled {
mbarrier.go#L295: if msanenabled {
mgcsweep.go#L618: if traceAllocFreeEnabled() || debug.clobberfree != 0 || raceenabled || msanenabled || asanenabled {
mgcsweep.go#L639: if msanenabled && !s.isUserArenaChunk {
mheap.go#L1678: if msanenabled {
mprof.go#L1021: if msanenabled {
mprof.go#L1135: if msanenabled {
msan0.go#L15: const msanenabled = false
proc.go#L2915: if msanenabled {
proc.go#L5558: if msanenabled {
select.go#L428: if msanenabled {
select.go#L454: if msanenabled && cas.elem != nil {
select.go#L480: if msanenabled {
select.go#L521: if msanenabled {
slice.go#L81: if msanenabled {
slice.go#L184: if msanenabled {
slice.go#L413: if msanenabled {
stack.go#L442: if msanenabled {
stack.go#L492: if msanenabled {
string.go#L152: if msanenabled {
string.go#L215: if msanenabled && n > 0 {
string.go#L267: if msanenabled && len(a) > 0 {
traceback.go#L1739: if msanenabled {
traceback.go#L1763: if msanenabled {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |